home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / HEI155.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  130 lines

  1. name Heidenhain TNC 155 ISO
  2.  
  3. O >4
  4. N >4
  5. G >2
  6. g >2 G
  7. X ->3.>4
  8. Y ->3.>4
  9. Z ->3.>4
  10. I ->3.>4
  11. J ->3.>4
  12. Q ->3.>4
  13. R ->3.>4
  14. P ->3.>4
  15. F >3.1
  16. K ->3.>4
  17. H >2
  18. D >2
  19. T >2
  20. M >2
  21. S >4
  22.  
  23. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  24.  
  25. Sequence#s N 0 1 1                    # Char, freq, incr & start          
  26.  
  27. HCode X                               # X or X U  'Horizontal char.       
  28. VCode Y                               # Y or Y V  'Vertical char.         
  29. Dcode Z                               # Depth char.                       
  30. FeedCode F                            # Feed rate char.                   
  31.  
  32. Comment ( )                           # Begin End comment char.           
  33.  
  34. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  35. Coolant 8 9 7                         # On, Off & Mist m codes            
  36. DComp 41 42 40                        # Left, Right & Cancel m codes      
  37. LComp 43 49                           # On & Off codes                    
  38.  
  39.  
  40. Feed G1                             # Linear move                       
  41. Rapid G0                            # Rapid positioning word            
  42. Cw G2                               # Circular move clockwise           
  43. Ccw G3                              # Circular move counter clockwise   
  44. CtrCode I J                           # I J or R or I J K L               
  45. Helical? N
  46. MaxRad 999 .010
  47.  
  48. Spaces? N                             # Y or N  'Spaces between words     
  49.  
  50. Incremental? N                        # Y or N  'Inc or abs output        
  51. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  52. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  53.  
  54. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  55.  
  56. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  57.  
  58. Drill                                 # Drilling canned/manual cycle      
  59. G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  60. end cancel
  61.  
  62. Peck                                  # Pecking canned/manual cycle       
  63. G83 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  64. end cancel
  65.  
  66. Tap                                   # Tapping canned/manual cycle       
  67. G84 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  68. end cancel
  69.  
  70. LTap                                  # Left handed tapping cycle         
  71. G74 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  72. end cancel
  73.  
  74. Ream                                  # Reaming canned/manual cycle       
  75. G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  76. end cancel
  77.  
  78. Bore                                  # Boring canned/manual cycle        
  79. G86 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  80. end cancel
  81.  
  82. Back                                  # Back boring canned/manual cycle   
  83. G87 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  84. end cancel
  85.  
  86. Cancel                                # Cancel a canned/manual cycle      
  87. G80
  88. end
  89.  
  90. StartCode                             # Start of the program              
  91. O[Program#]
  92. End
  93.  
  94. 1stToolChange                         # First tool change                 
  95. g91
  96. G28 X2 Y[-2] Z[-2]
  97. G90
  98. N[Block] T[Tool] M6
  99. G0 G40 G80 G[Work] X[H] Y[V]
  100. G43 Z[D] H[Lcomp] M[Direct] S[Speed]
  101. M[Cool]
  102. End
  103.  
  104. Infeed                                # Enable cutter comp                
  105. G1 Z[D] F[Plunge]
  106. G[Side] X[H] Y[V] H[DComp] F[FRate]
  107. end
  108.  
  109. Outfeed                               # Disable cutter comp               
  110. G1 G40 X[H] Y[V]
  111. Z[D]
  112. end
  113.  
  114. ToolChange                            # Secondary tool changes            
  115. M9
  116. G28 G49 Z0 S100
  117. N[Block] T[Tool] M6
  118. G0 G40 G80 G[Work] X[H] Y[V]
  119. G43 Z[D] H[Lcomp] M[Direct] S[Speed]
  120. M[Cool]
  121. End
  122.  
  123. EndCode                               # End of the program                
  124. G0 G28 G49 Z0 S100
  125. G28 g91 X0 Y0 T[Tool1] M6
  126. G90 M30
  127. End
  128.  
  129.  
  130.